home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIMETA.PAK / README.TXT < prev    next >
Text File  |  1997-05-06  |  1KB  |  36 lines

  1. GDIMETA - Based on GDIPal
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Demonstrates creating, loading, saving, and editing Enhanced MetaFiles.
  13.  
  14. USES:
  15.     Based on GDIPal
  16.  
  17. COMMENTS:
  18.     This is a 32-bit only sample.
  19.  
  20. MODULE MAP:
  21.     Dispatch- Message dispatching routines
  22.     WinMain - Calls initialization functions and processes the message loop
  23.     GDIMeta - Implements the windows procedure for the main application window
  24.     Init    - Performs application and instance specific initialization
  25.     About   - Defines a standard about dialog box.
  26.     Misc    - Defines the applications specific commands not related to
  27.                 a specific module.
  28.     ToolBar - Creates the toolbar and processes ToolTips notifications.
  29.     StatBar - Creates and manages the status bar.
  30.     Client  - Implements the window procedure for a child window
  31.                 that covers the entire client area of the main window except
  32.                 for the tool bar and status bar.  Performs all drawing.
  33.     PenDlg  - Dialog box for choosing the pen style used for drawing.
  34.     BrushDlg- Dialog box for choosing the brush style used for
  35.                 filling objects.
  36.